home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 41.zip / BS1 part 41 / Devpac 2.12 disk 1.adf / include / devices / bootblock.i < prev    next >
Text File  |  1988-10-06  |  343b  |  21 lines

  1.     IFND    DEVICES_BOOTBLOCK_I
  2. DEVICES_BOOTBLOCK_I    SET    1
  3.     rsreset
  4. BB    rs.b    0
  5. BB_ID    rs.b    4
  6. BB_CHKSUM    rs.l    1
  7. BB_DOSBLOCK    rs.l    1
  8. BB_ENTRY    rs.w    0
  9. BB_SIZE    rs.w    0
  10. BOOTSECTS    equ    2
  11. BBID_DOS    macro
  12.     dc.b    'DOS',0
  13.     endm
  14. BBID_KICK    macro
  15.     dc.b    'KICK'
  16.     endm
  17. BBNAME_DOS    EQU    (('D'<<24)!('O'<<16)!('S'<<8))
  18. BBNAME_KICK    EQU    (('K'<<24)!('I'<<16)!('C'<<8)!('K'))
  19.     ENDC
  20.  
  21.